home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #3 / Amiga Plus CD - 1999 - No. 3.iso / System / delitracker_ii / arexx / dt_time.rexx < prev    next >
OS/2 REXX Batch file  |  1994-04-15  |  86b  |  9 lines

  1. /* DeliTracker - set timeout */
  2.  
  3. address 'DELITRACKER'
  4.  
  5. parse arg secs
  6.  
  7. timeout secs
  8.  
  9.